projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a00f1
)
configure.ac (PGTK_LIBS): remove pgtk dl dependency (Bug#50494)
author
Jeff Walsh
<fejfighter@gmail.com>
Fri, 1 Oct 2021 14:50:08 +0000
(
00:50
+1000)
committer
Yuuki Harano
<masm+github@masm11.me>
Sun, 14 Nov 2021 13:31:31 +0000
(22:31 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3748bbcf071397eda63047c5bed8fda7ecd35ae0..d68cf42145a4b706506c74b8589460c7acb85fa9 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2856,7
+2856,7
@@
PGTK_OBJ=
PGTK_LIBS=
if test "$window_system" = "pgtk"; then
PGTK_OBJ="pgtkfns.o pgtkterm.o pgtkselect.o pgtkmenu.o pgtkim.o xsettings.o"
- PGTK_LIBS="$GTK_LIBS
-ldl
"
+ PGTK_LIBS="$GTK_LIBS"
HAVE_PGTK=yes
AC_DEFINE([HAVE_PGTK], 1, [Define to 1 if you have pure Gtk+-3.])
fi